home *** CD-ROM | disk | FTP | other *** search
/ Go Ronald / Go Ronald Voice Interactive CD.iso / Data1.cab / _2014847CAB32488499ED24AE425E75FE < prev    next >
Text File  |  2005-08-05  |  2KB  |  107 lines

  1. /**
  2.  * grg.css
  3.  * This Cascading Style Sheet file contains the styles for the Go Ronald Games help text.
  4.  * Copyright 2005, DNA Digital Media Group and McDonald's Corporation
  5.  * Author: J.E.C.
  6.  **/
  7.  
  8. body {
  9.     color:    #2D2D2D;
  10.     background-color: #FFF9EC;
  11.     font-family: arial;
  12. }
  13.  
  14. h1 {
  15.     font-family : Arial, Helvetica, sans-serif;
  16.     font-size : 16pt;
  17.     font-variant : small-caps;
  18.     text-decoration : underline;
  19.     color: black;
  20. }
  21.  
  22. div#index {
  23.     float : left;
  24.     width : 400px;
  25.     position: relative;
  26.     
  27.  
  28. }
  29.  
  30. div#answer {
  31.     position: relative;
  32.     margin-left : 420px;
  33.     width : 20em;
  34.     min-height : 25em;
  35.     border : 4px double gray;
  36.     background-color : #E9CFB5;
  37.     color: black;
  38.     font-family : Arial, Helvetica, sans-serif;
  39.     font-size : 10pt;
  40.     padding: 0.75em;
  41.     
  42. }
  43.  
  44. ul {
  45.     font-family : Arial, Helvetica, sans-serif;
  46.     font-size : 10pt;
  47.     margin : 3px;
  48.     list-style : disc;
  49.     
  50. }
  51.  
  52. ol {
  53.     font-family : Arial, Helvetica, sans-serif;
  54.     font-size : 10pt;
  55.     margin : 3px;
  56.     list-style : decimal;
  57. }
  58.  
  59.  
  60. li {
  61.     margin-top : 5px;
  62.     margin-left: 1em;
  63.     margin-bottom : 5px;
  64.     font-weight: normal;
  65.  
  66. }
  67.  
  68. li.selected {
  69.     list-style-type : circle;    
  70.     font-weight: bold;
  71. }
  72.  
  73. li li {
  74.  
  75.     margin-left: 2em;
  76.     }
  77.  
  78. a {
  79.     color : #8B0000;
  80. }
  81.  
  82. .disclaimer {
  83.     font-family: arial;
  84.     font-size: small;
  85.     margin: 1em;
  86.     width: 43em;
  87.     
  88. }
  89.  
  90. .warning {
  91.     font-family: arial;
  92.     font-size: small;
  93.     margin: 1em;
  94.     width: 43em;
  95.     font-weight : bold;
  96. }
  97.  
  98. .privacy {
  99.     font-family: arial;
  100.     width: 45em;    
  101. }
  102. a:hover {
  103.     background-color : #FBFBF0;
  104.     color : #7F0C0C;
  105. }
  106.  
  107.